home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 2 (Sweden) / BackPacker 2 (Sweden) (Disc 1).7z / BackPacker 2 (Sweden) (Disc 1).bin / pc / instdata / install.dxr / Internal_26_installera.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  333 b   |  17 lines

  1. on mouseDown
  2.   ButtonH("Plastique")
  3. end
  4.  
  5. on mouseUp
  6.   global gPackageNum, gAniStart, gSpaceOnVolume
  7.   if getAt(gPackageSizesL, 1) < (gSpaceOnVolume / 1024 / 1024.0) then
  8.     set gAniStart to 300 + (10 * 3)
  9.     MakeFileList(1)
  10.     InitCopy()
  11.     go("Install")
  12.   else
  13.     puppetSound(member "FailSound")
  14.     updateStage()
  15.   end if
  16. end
  17.